* dbusbind.c: Don't possibly lose pointer info when converting.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 00:48:19 +0000 (17:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 00:48:19 +0000 (17:48 -0700)
commit34bba0bda1aff54a918a5bfc9c5798e5deeaee38
tree4cce59497aa00f5b39a5ff693682be7f47ea7160
parent47dbbd1935feb88e107afdd619fc9660b3fce709
* dbusbind.c: Don't possibly lose pointer info when converting.

(xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
Use XPNTR rather than XHASH, so that the high-order bits of
the pointer aren't lost when converting through void *.
src/ChangeLog
src/dbusbind.c